iT邦幫忙

2023 iThome 鐵人賽

DAY 19
0
自我挑戰組

CPE 49題訓練系列 第 19

YKL21.UVA10922 2 the 9s

  • 分享至 

  • xImage
  •  

2 the 9s

while 1:
	try:
		a=input()
		x=a
		if a=='0':
			break
		if int(a)%9!=0:
			print(str(a)+' is not a multiple of 9.')
		elif a=='9':
			print('9 is a multiple of 9 and has 9-degree 1.')
		else:
			c=0
			while int(a)>10:
				sum=0
				for i in str(a):
					sum+=int(i)
				c+=1
				a=sum
			print(str(x)+' is a multiple of 9 and has 9-degree '+str(c)+'.')
	except:
		break

上一篇
YKL28.UVA10235 Simply Emirp
下一篇
YKL40.UVA10908 Largest Square
系列文
CPE 49題訓練30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言